-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix diff suppress function ignoring additive_vpc_scope_dns_domain in Autopilot clusters #12567
base: main
Are you sure you want to change the base?
Fix diff suppress function ignoring additive_vpc_scope_dns_domain in Autopilot clusters #12567
Conversation
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 221 Click here to see the affected service packages
Action takenFound 17 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
df4d706
to
5fc163d
Compare
Tests analyticsTotal tests: 222 Click here to see the affected service packages
Action takenFound 3 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
…Autopilot clusters
5fc163d
to
d10998a
Compare
Tests analyticsTotal tests: 222 Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
self-appointed successor to #11744
GKE Autopilot allows setting additive VPC scope domain on creation only. However, current implementation of the diff suppress function for Autopilot clusters removes any values in dns_config of Autopilot clusters, all the time.
This change permits setting additive VPC scope domain.
Remaining action items:
dns_config.#
doesn't cause issues (it seems necessary fordns_config.0.additive_vpc_scope_dns_domain
to existadditive_vpc_scope_dns_domain
#11744 to ForceNew when domain changes is exactly the behavior we want and copy it overRelease Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.